Python Modules

  • Sys is a built-in Python module that contains parameters specific to the system i.e. it contains variables and methods that interact with the interpreter and are also governed by it.
  • sys.path is a built-in variable within the sys module. It contains a list of directories that the interpreter will search in for the required module.
  • </font>